From: Javier Jardón Date: Mon, 13 Jun 2011 02:06:04 +0000 (+0100) Subject: configure.ac: Use aux directory to store autogenerated files X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~21045 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f50da3babeecc34763933d1e515cfc1ba1da065a;p=gtk%2B3.0.git configure.ac: Use aux directory to store autogenerated files --- diff --git a/configure.ac b/configure.ac index f950f75b57..2cb38c7885 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_INIT([gtk+], [gtk_version], AC_CONFIG_HEADER([config.h]) AC_CONFIG_SRCDIR([gdk/gdktypes.h]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) # Define a string for the earliest version that this release has # backwards binary compatibility with for all interfaces a module